[INFO] cloning repository https://github.com/triunai/jarvis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/triunai/jarvis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftriunai%2Fjarvis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftriunai%2Fjarvis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4e7d36ef2ecf47837a60291ec248297f06a2b6e3
[INFO] checking triunai/jarvis against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftriunai%2Fjarvis" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/triunai/jarvis
[INFO] finished tweaking git repo https://github.com/triunai/jarvis
[INFO] tweaked toml for git repo https://github.com/triunai/jarvis written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/triunai/jarvis on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/triunai/jarvis already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7307a8d01c9cdfb137005871c3b20c3729faa455e68e710539a530e67f7b154a
[INFO] running `Command { std: "docker" "start" "7307a8d01c9cdfb137005871c3b20c3729faa455e68e710539a530e67f7b154a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7307a8d01c9cdfb137005871c3b20c3729faa455e68e710539a530e67f7b154a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7307a8d01c9cdfb137005871c3b20c3729faa455e68e710539a530e67f7b154a" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7307a8d01c9cdfb137005871c3b20c3729faa455e68e710539a530e67f7b154a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7307a8d01c9cdfb137005871c3b20c3729faa455e68e710539a530e67f7b154a" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking jarvis-ingestors v0.1.0 (/opt/rustwide/workdir/services/ingestors)
[INFO] [stderr]     Checking jarvis-core v0.1.0 (/opt/rustwide/workdir/packages/jarvis_core)
[INFO] [stdout] warning: fields `financial_period_date` and `financial_period_type` are never read
[INFO] [stdout]   --> packages/jarvis_core/src/dcf/engine.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct DcfInput {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub financial_period_date: String,  // "2024-12-31"
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     pub financial_period_type: String,  // "annual"
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DcfInput` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_basic_ratios` is never used
[INFO] [stdout]    --> packages/jarvis_core/src/ratios/calculator.rs:136:8
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub fn compute_basic_ratios(input: &FinancialsInput) -> RatioOutput {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StraitBounds` is never constructed
[INFO] [stdout]  --> packages/jarvis_core/src/rules/geo.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct StraitBounds {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STRAIT_HORMUZ` is never used
[INFO] [stdout]   --> packages/jarvis_core/src/rules/geo.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const STRAIT_HORMUZ: StraitBounds = StraitBounds {
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STRAIT_MALACCA` is never used
[INFO] [stdout]   --> packages/jarvis_core/src/rules/geo.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const STRAIT_MALACCA: StraitBounds = StraitBounds {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STRAIT_SUEZ` is never used
[INFO] [stdout]   --> packages/jarvis_core/src/rules/geo.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub const STRAIT_SUEZ: StraitBounds = StraitBounds {
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STRAIT_BAB_EL_MANDEB` is never used
[INFO] [stdout]   --> packages/jarvis_core/src/rules/geo.rs:41:11
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub const STRAIT_BAB_EL_MANDEB: StraitBounds = StraitBounds {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ALL_STRAITS` is never used
[INFO] [stdout]   --> packages/jarvis_core/src/rules/geo.rs:49:7
[INFO] [stdout]    |
[INFO] [stdout] 49 | const ALL_STRAITS: &[&StraitBounds] = &[
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_strait_bounds` is never used
[INFO] [stdout]   --> packages/jarvis_core/src/rules/geo.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn get_strait_bounds(strait: &str) -> Option<&'static StraitBounds> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VesselPosition` is never constructed
[INFO] [stdout]   --> packages/jarvis_core/src/rules/geo.rs:68:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct VesselPosition {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Transit` is never constructed
[INFO] [stdout]   --> packages/jarvis_core/src/rules/geo.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub struct Transit {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_in_strait` is never used
[INFO] [stdout]   --> packages/jarvis_core/src/rules/geo.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn is_in_strait(lat: f64, lng: f64, strait: &str) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `detect_transits` is never used
[INFO] [stdout]    --> packages/jarvis_core/src/rules/geo.rs:110:8
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn detect_transits(positions: &[VesselPosition], strait: &str) -> Vec<Transit> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `financial_period_date` and `financial_period_type` are never read
[INFO] [stdout]   --> packages/jarvis_core/src/dcf/engine.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct DcfInput {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub financial_period_date: String,  // "2024-12-31"
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     pub financial_period_type: String,  // "annual"
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DcfInput` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `market_cap`, `enterprise_value`, and `stock_price` are never read
[INFO] [stdout]   --> services/ingestors/src/fetchers/fmp.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub struct MergedFinancials {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub market_cap: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 85 |     pub enterprise_value: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 86 |     pub stock_price: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MergedFinancials` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `enterprise_value` is never read
[INFO] [stdout]   --> services/ingestors/src/fetchers/fmp.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub struct MergedFinancials {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub enterprise_value: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MergedFinancials` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
[INFO] running `Command { std: "docker" "inspect" "7307a8d01c9cdfb137005871c3b20c3729faa455e68e710539a530e67f7b154a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7307a8d01c9cdfb137005871c3b20c3729faa455e68e710539a530e67f7b154a", kill_on_drop: false }`
[INFO] [stdout] 7307a8d01c9cdfb137005871c3b20c3729faa455e68e710539a530e67f7b154a
